home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / Important Information
Encoding:
Text File  |  1996-11-20  |  9.1 KB  |  199 lines  |  [TEXT/ttxt]

  1. OpenDoc
  2. Development
  3. Framework
  4.                                                                                                                                                                                      
  5. Important Information
  6. ODF Release 2                                                                                                                                                            
  7.  
  8. This document contains overview information for using this CD.
  9.  
  10.  
  11. Table of Contents
  12. -------------------------
  13. • What's In This Release
  14. • Contents of This CD
  15.    • Getting Started
  16.    • ODFDev
  17.    • Documentation
  18.    • Release Notes
  19.    • PartMaker
  20.    • Tools & Goodies
  21.    • ODF Sample Parts
  22.    • ODF Library 1.1
  23.    • Developer University
  24.    • ODF-Interest archive
  25.    • Localization Tools
  26. • Release Schedule
  27. • Development State
  28. • Where to Go From Here
  29. • Developer Feedback
  30. • How to Report Problems
  31.  
  32.  
  33.  
  34. What's In This Release
  35.  
  36. On this CD you will find the OpenDoc Development Framework (ODF) Release 2.
  37.  
  38. This release supports OpenDoc 1.1 and is hopefully the last Mac-only release of ODF. Expect to see OpenDoc Windows support in our next release (ODF 3).
  39.  
  40. This release supports the following development environments for PowerPC: 
  41.    - Metrowerks CodeWarrior 9
  42.    - MrC for MPW
  43.  
  44. This release supports the  following build environments  for 68K:
  45.    - Symantec C++ for MPW
  46.    - CodeWarrior 9 for 68K
  47.  
  48. Please refer to the "Getting Started" folder for specific instructions on configuring your compiler for use with ODF.
  49.  
  50.  
  51.  
  52. Contents of This CD
  53.  
  54. Getting Started
  55. This folder contains the installation and build guides for setting up ODF and configuring your development environment. 
  56.  
  57.  
  58. ODFDev
  59. This folder contains the ODF development environment. Inside this folder you will find the source code for ODF and its samples, and you will also find the ODF build environment support. See the introduction of the ODF Developer's Guide for an overview of the ODF layer and subsystem organization. 
  60.  
  61.  
  62. Documentation
  63. This folder contains the documentation for ODF.  In addition to the folders listed below, this folder includes a document about how to use the search capabilities of Acrobat.
  64.  
  65.     - ODF Dev Guide: contains the ODF Developer's Guide which is provided as a searchable document that can be read using Adobe Acrobat Reader 2.1 (provided on this CD).
  66.  
  67.     - Class Reference: contains the ODF Class Reference  which is provided as a QuickView navigable database and as an Adobe Acrobat document. Use the QuickView application provided in the same folder as the ODF Class Reference to navigate the reference.
  68.  
  69.     - Engineering Notes: contains information related to the ODF framework layer not covered in the ODF Dev Guides and Class Reference. These documents can be read using SimpleText.
  70.  
  71.     - Development Notes: contains information related to the ODF build system and sample parts. These documents can be read using SimpleText.
  72.  
  73.  
  74. Release Notes
  75. This folder contains the ODF Release 2 state document along with the list of known problems and fixed problems. This folder also contains information on how to convert an ODF 1-based part to ODF 2.
  76.  
  77.  
  78. PartMaker
  79. Contains the PartMaker Pro application and templates for creating new ODF projects.
  80.  
  81.  
  82. Tools & Goodies
  83. This folder contains a collection of tools and goodies:
  84.  
  85.    - CodeWarrior Goodies: contains an AppleScript to easily generate a release project from a debug project.
  86.  
  87.    - Object Master™: contains a project file that is set up for parsing ODF source code with ObjectMaster™. 
  88.  
  89.    - MacBrowse: contains the MacBrowse application and the MacParse AppleScript and tool.
  90.  
  91.    - Merged Parts: contains projects and information on how to merge several parts into one shared library to reduce your overall footprint. 
  92.  
  93.    - IntlTest: contains a part-in-progress that was written to test various international aspects of ODF.
  94.  
  95.    - ODFx: a work-in-progress that showcases FW_CPicture, FW_CBitMap, and FW_CColor.
  96.  
  97.    - More View Resources: this folder contains examples of more View Resource types.
  98.  
  99.  
  100. ODF Sample Parts
  101. The contents of this folder are targeted at people who simply want to try out the ODF sample parts. This folder contains the whole suite of ODF sample parts (release build, for both 68K and PowerPC). Please note: these part editors were written to demonstrate ODF. They were not written with the intention of becoming commercial part editors.
  102.  
  103. This folder contains:
  104.  
  105.         -  Editors (68K): 68K versions of the ODF sample parts (release build). Copy these files to your Editors folder if you are using a 68K Macintosh.
  106.     
  107.         - Editors (PPC): PowerPC versions of the ODF sample parts (release build). Copy these files to your Editors folder if you are using a Power Macintosh.
  108.  
  109.         - Stationery: contains stationery files for the ODF sample parts. Copy these files to your Stationery folder. 
  110.         
  111.         - Documents: contains an interesting document and an AppleScript to showcase scripting in the ODFDraw Part.
  112.  
  113.  
  114. ODFLibrary 1.1
  115. This folder contains the ODFLibrary version 1.1. This is a fat, release build of the library (both 68K and PowerPC). This is the library you MUST ship with your ODF based part editors. Don't forget to carefully read the License Agreement documents.
  116.  
  117. Install the ODFLibrary along with your part editors into the 'Editors' folder. If an ODFLibrary is already present, make sure to check the version number. Do not install an older version over a more recent one.  The correct ODFLibrary will maintain release to release binary compatibility so you can be sure that your part editor will always work with the most recent version. 
  118.  
  119.  
  120. Developer University
  121. This folder contains the sample parts and code from the Creating OpenDoc Parts class taught by Apple's Developer University. 
  122.  
  123.  
  124. ODF-Interest archive
  125. This folder contains the full ODF-Interest archive from March 1996 to August 1996. You can use the Hypercard stack provided in the same folder to search through all the messages.
  126.  
  127.  
  128. Localization Tools
  129. This folder contains some early tools to aid in localizing ODF parts.
  130.  
  131.  
  132.  
  133. Release Schedule
  134.  
  135. We plan to ship three releases of ODF each year.  Each release will include incremental improvements, feature additions, and bug fixes while maintaining release-to-release binary compatibility.  We will communicate our plans and release dates for each upcoming release through the ODF-Interest Internet mailing list.  
  136.  
  137. Developer feedback will help us prioritize our efforts to best serve your needs.  We encourage you to voice your opinions, needs, & desires to the ODF-Interest list.  See the Developer Feedback section below for information on how to subscribe to ODF-Interest.
  138.  
  139.  
  140.  
  141. Where to Go From Here
  142.  
  143. If you want to play with the ODF part editors, copy the appropriate part editors and stationery files from the 'ODF Sample Parts' folder to your system, as described earlier. You must also copy the ODFLibrary to your Editors folder since the ODF sample parts need this shared library to run. 
  144.  
  145. If you want to begin building ODF parts right away, begin by installing ODF on your system. Go to the 'Getting Started' folder and follow the instructions in theInstallation Guide  and theBuild Guide  for your development system.
  146.  
  147. If you want information about recent changes to ODF, look in the Release Notes folder. 
  148.  
  149. If you want to learn more about how ODF works, begin reading theODF Developer's Guide. This book contains tutorial and programmer information to help you solve your problems and to give you an understanding of how ODF interacts with OpenDoc. The ODF Developer's Guide  is located in the 'Documentation' folder. Check our web site at 'http://www.devtools.apple.com/odf/' for the most up-to-date documentation.
  150.  
  151. If you need class or method information, consult the ODF Class Reference.. This book is provided as both an Adobe Acrobat file and a QuickView database to make navigating through the classes and methods easier.  The ODF Class Reference  is located in the 'Documentation' folder.
  152.  
  153.  
  154.  
  155. Developer Feedback
  156.  
  157. We appreciate any input you have regarding ODF and how it should evolve to meet your needs. A list server has been set up to handle discussions pertaining to ODF. To get added to the list, send a message to 'listproc@cilabs.org' and include the following in the body of your message:
  158.  
  159.         SUBSCRIBE ODF-INTEREST Your Name 
  160.  
  161. Messages can be posted to the ODF-Interest list by sending mail to 'ODF-interest@CILabs.org'. 
  162.  
  163. You can also get the latest information about ODF by visiting the ODF web site at 'http://www.devtools.apple.com/odf/'
  164.  
  165.  
  166.  
  167. How to Report Problems
  168.  
  169. Please send bugs or comments to the ODF list server “ODF-Interest@cilabs.org”.
  170.  
  171. The following are suggested fields for inclusion:
  172.  
  173. Release Version
  174.                     ODF Release 2
  175.  
  176. Contact Information: 
  177.                     Company:
  178.                     Person:
  179.                     Phone Number:
  180.                     E- Mail:
  181.  
  182. Severity:
  183.                     Blocking futher development:
  184.                     Needs fixing:
  185.                     Has work around:
  186.                     Cosmetic:
  187.  
  188. Configuration: 
  189.                     Machine type:
  190.                     Operating System:
  191.                     Operating System Version:
  192.                     Compiler:
  193.                     Compiler Version:
  194.  
  195. Problem Description (as long as necessary):
  196.  
  197.  
  198. © 1993 - 1996 Apple Computer, Inc. All rights reserved.
  199. Apple, the Apple Logo, Macintosh, and OpenDoc are trademarks of Apple Computer, Inc., registered in the United States and other countries.